func net.cgoIPLookup

3 uses

	net (current package)
		cgo_unix.go#L219: func cgoIPLookup(result chan<- ipLookupResult, network, name string) {
		cgo_unix.go#L230: 	go cgoIPLookup(result, network, name)
		cgo_unix.go#L245: 	go cgoIPLookup(result, "ip", name)